Vcenter NamespaceManagement Clusters ImageRegistry
Vcenter NamespaceManagement Clusters ImageRegistry
The Vcenter NamespaceManagement Clusters ImageRegistry schema contains the specification required to configure container image registry endpoint.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"hostname": "string",
"port": 0
}
string
hostname
Required
IP address or the hostname of container image registry.
This property was added in vSphere API 7.0.0.0.
integer As int64
As int64
port
Optional
Port number of the container image registry.
This property was added in vSphere API 7.0.0.0.
If missing or null
, defaults to 443.